{#await user(data.username)} Loading ... {:then profile} {#if profile === null} Could not load user profile for @{data.username}.
Does this user exist? {:else} @{profile.name} This user has watched {(profile.statistics.anime.minutesWatched / 60 / 24).toFixed(1)} days of anime and read {((profile.statistics.manga.chaptersRead * 8.58) / 60 / 24).toFixed(1)} days of manga. {/if} {:catch} Could not load user profile for @{data.username}. Does this user exist? {/await}